﻿@charset "utf-8";
*{
    font-family: '微软雅黑' !important;
    margin: 0;
    padding: 0;
}
.min1200{
    min-width: 1200px;
}
.c_b{
    clear: both;
}
a{
    text-decoration: none;
}
.M{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
li{
     list-style: none;
}
/*header*/

header{
     width: 100%;
     height: 260px;
}
.he1{
     min-width: 1200px;
    width: 100%;
    height: 38px;
    background: -webkit-linear-gradient(#525252, #333334); /* Safari 5.1 - 6.0 */
     background: -o-linear-gradient(#525252, #333334); /* Opera 11.1 - 12.0 */
     background: -moz-linear-gradient(#525252, #333334); /* Firefox 3.6 - 15 */
     background: linear-gradient(#525252, #333334); /* 标准的语法 */
}
.he1>.M>p{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
}
.he1>.M>ul{
    margin-top: 11.5px;
    float: right;
}
.he1>.M>ul>li{
    line-height: 14px;
    float: left;
    list-style: none;
}
.he1>.M>ul>li>a{
    padding: 0 10px;
    height: 14px;
    font-size: 14px;
    color: #fff;
}
.he1>.M>ul>li+li{
    border-left: 1px solid #fff;
}
.he2{
    background: url(../images/h2bg.jpg)no-repeat center;
     min-width: 1200px;
     margin: 0 auto;
    width: 100%;
    height: 154px;
}
.he2>.M{
	height:100%;
}
.logo{
     float: left;
     width: 120px;
     height: 100%;
    background-size: 112px 110px !important;
     background: url(../images/logo.png)no-repeat center;
}
.logo-text{
     float: left;
     width: 420px;
     height: 100%;
     margin-left: 28px;
     background: url(../images/logo-text.png)no-repeat center;
    background-size: 100%;
}
.logo>a,.logo-text>a{
     display: block;
     width: 100%;
     height: 100%;
}
.call{
    float: left;
    width: 276px;
    height: 100%;
    color: #005ca1;
    background: url(../images/call.png)no-repeat left 50px;
    margin-left: 70px;
}
.call h2{
    margin-top: 70px;
    margin-left: 67px;
}
.call p{
	margin-left: 30px;
    font-size: 24px;
    font-weight: bold;
}
.ss{
    float: right;
    width: 270px;
    margin-top: 15px;
}
.ss-1{
	text-align: center;
    background: #4E4E4E;
    width: 140px;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 30px;
}
.ss-1 h2{
	color: #FF7300;
    margin: 5px 0;
	font-size:16px;
}
.ss-1 p{
	color: white;
    margin-bottom: 5px;
	font-size: 12px;
}
.ss-1 .search{
    float: right;
    height: 55px;
    position: relative;
    overflow: hidden;
}
.ss-1 .search>input:first-child{
margin-top: 19px;
    padding: 8px;
    width: 255px;
    height: 15px;
    border-radius: 8px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #B3B3B3;
    outline: none;
}
.ss-2{font-size: 14px;}
.he3{
    background: -webkit-linear-gradient(#525252, #333334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#525252, #333334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#525252, #333334); /* Firefox 3.6 - 15 */
    background: linear-gradient(#525252, #333334); /* 标准的语法 */
     width: 100%;
     height: 58px;


}
.he4{
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient(#42B2FF, #39CDFF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#42B2FF, #39CDFF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#42B2FF, #39CDFF); /* Firefox 3.6 - 15 */
    background: linear-gradient(#42B2FF, #39CDFF); /* 标准的语法 */
}
.nav-list{
     margin: 0 auto;
     height: 58px;
}
.nav-list>li{
     float: left;
     list-style: none;
     height: 100%;
     text-align: center;
}
.nav-list>li+li{
     /* margin-left: 22px; */
}
.nav-list>li.active,.nav-list>li:hover{
     background: url(../images/navabg.jpg);
}
.nav-list>li.active>a,.nav-list>li:hover>a{
     color: #fff;
}
.nav-list>li>a{
     display: block;
     font-size: 16px;
     color: #fff;
     line-height: 58px;
     height: 58px;
     padding: 0 29px;
}
.nav-list>li:nth-child(1)>a{
    padding: 0 39px 0 30px;
}
.nav-list>li>a::after{
    position: absolute;
    margin-top: -2px;
    content: '▸';
    margin-left: 10px;
    font-size: 28px;
    color: #fff;
}
.nav-list>li:hover>a,
.nav-list>li.active>a,
.nav-list>li.active>a::after,
.nav-list>li:hover>a::after{
    color: #3acbff;
}
